Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Region Class / Region Constructor / Region Constructor(IFigure[])
The array of figures to be added to the region.

In This Topic
    Region Constructor(IFigure[])
    In This Topic
    Initializes a new instance of the Region class with the alternate fill mode.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ParamArray figures() As IFigure _
    )
    public Region( 
       params IFigure[] figures
    )

    Parameters

    figures
    The array of figures to be added to the region.
    See Also